EmptyArray
Type
expression
Summary
Designates the array with no elements.
Syntax
the empty array
Description
Use the empty array
to initialise an array variable.
Examples
variable tVar as Array
variable tCount as Number
put the empty array into tVar
put the number of elements in tVar into tCount -- tCount is 0